After the final release of IE9 this bug still occurs, when i leave a Textbox empty or sometimes when i enter text in it. Is there a fix for this or a solution?
I can confirm we are experiencing the same problem.
- Umbraco v4.5.2 (Assembly version: 1.0.3891.20719) with IE9 final.
- [Tidy error] inserted in RTE boxes. Can't even go into HTML source view after that to clear.
Only fix so far is indeed switching rendering modes, but that's not something that can easily be explained to clients. We've opted to include the appropriate meta tag in the main umbraco.aspx file, so as to force Umbraco 4.5.2 to always render in IE8 mode:
You told that you opted tot include the "meta tag" into the Umbraco.aspx file. Is it possible for me to include "<meta http-equiv="X-UA-Compatible" content="IE=8" />" into the Umbraco.aspx file? In other words, does this work at the moment?
Internet Explorer 9 - [Tidy Error]
Hello community,
I have read the following topic: http://our.umbraco.org/forum/ourumb-dev-forum/bugs/13785-IE9-%5Btidy-error%5D
After the final release of IE9 this bug still occurs, when i leave a Textbox empty or sometimes when i enter text in it. Is there a fix for this or a solution?
Regards,
Bo Hendriks
Hi Bo
What version of Umbraco are you using?
Does this also happen if you change the rendering mode to IE7 for instance?
/Jan
Hi Jan,
The version i use "umbraco v 4.5.2 (Assembly version: 1.0.3891.20719)".
I think the issues appear in older Umbraco versions, like Bas Schouten mentioned in this post our.umbraco.org/.../13785-IE9-[tidy-error].
- umbraco v 4.5.2 (Assembly version: 1.0.3891.20719) - Has issues
- umbraco v 4.6.1 (Assembly version: 1.0.4029.25836) - Looks fine
When i use "F12" in IE and choose "Browsermodus IE8 or IE7" it works like a charm.
When i use "Browsermodus IE9" it fails.
Grtz,
Bo
I can confirm we are experiencing the same problem.
- Umbraco v4.5.2 (Assembly version: 1.0.3891.20719) with IE9 final.
- [Tidy error] inserted in RTE boxes. Can't even go into HTML source view after that to clear.
Only fix so far is indeed switching rendering modes, but that's not something that can easily be explained to clients. We've opted to include the appropriate meta tag in the main umbraco.aspx file, so as to force Umbraco 4.5.2 to always render in IE8 mode:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
greetings,
Bjorn
Hello Bjorn,
Thank you for your reply.
You told that you opted tot include the "meta tag" into the Umbraco.aspx file. Is it possible for me to include "<meta http-equiv="X-UA-Compatible" content="IE=8" />" into the Umbraco.aspx file? In other words, does this work at the moment?
I will test it anyway ;)
Greets,
Bo
Hi Bo,
yes, this works. Basically it just forces the backoffice to always render in IE8 Standards mode when opened in IE.
Hi Bjorn,
It works like a charm, this is a great way to solve this problem!
Thumbs up and thx for your solution!
Greets,
Bo
No worries, Bo. Glad I could help.
is working on a reply...